VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Processing Namespace / ProcessingHelper Class / CreateConstant Methods / CreateConstant<TTarget,TValue>(String,TValue) Method
Синтаксис Требования Смотрите также
В этом разделе
    CreateConstant<TTarget,TValue>(String,TValue) Метод (ProcessingHelper)
    В этом разделе
    Создает постоянное значение.
    Синтаксис
    'Declaration
    
    Public Overloads Shared Function CreateConstant<TTarget
    The type of the target.
    ,TValue
    The type of the value.
    >( _
    ByVal name
    Имя.
    As System.String, _
    ByVal value
    Значение.
    As TValue _
    ) As Vintasoft.Imaging.Processing.Analyzers.Analyzer(Of TTarget,TValue) (Of TTarget
    The type of the target.
    , TValue
    The type of the value.
    )
    public static Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue> CreateConstant<TTarget,TValue>(
    System.String name,
    TValue value
    )
    public: static Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue*>* CreateConstant<TTarget,TValue>(
    System.String name,
    TValue* value
    )
    generic<typename TTarget>
    generic<typename TValue>
    public:
    static Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue^>^ CreateConstant(
    System.String name,
    TValue^ value
    )

    Parameters

    name
    Имя.
    value
    Значение.

    Type Parameters

    TTarget
    The type of the target.
    TValue
    The type of the value.

    Return Value

    Константное значение.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также